home *** CD-ROM | disk | FTP | other *** search
- HISTORY of APurify
- ------------------
-
- (c) by Samuel DEVULDER
-
- - V1.0: + First public release.
-
- - V1.1: + Fix bug if the parsed code uses something like
-
- link #-TMP01,A5
- ....
- TMP01 equ 10
-
- The minus sign was badly interpreted as link #0,A5, which
- produces a bad stack usage (local variables scratching)
- if TMP01!=0 (that is to say most of the time :-).
-
- + Improved speed while freeing symbol (DICE is slow at freeing
- memory).
-
- + Better error diagnostic in source parsing. Usage of source line
- number.
-
- + Fix bug causing spurious warning about missing xref/xdef
- statement.
-
- + Added AP_Report(flag) to stop(flag=0)/start(flag=1) report of
- errors (for startup code).
-
- + Added "*" for some block-names.
-
- + Fixed bug in inspreinst() to put the label, rest & nb_hat of
- current instruction to the one added. (It was just a bug if a
- opcode bears a label on the same line...)
-